home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / SiteCam 3.0 demo / W* Plug-ins⁄Java / NoCache1.0 / About NoCache Plug-in next >
Text File  |  1997-06-01  |  2KB  |  33 lines

  1. NoCache Plug-in
  2. Version 1.0
  3.  
  4. Copyright © 1997 Rearden Technology, Inc. All Rights Reserved.
  5. http://www.rearden.com/
  6.  
  7. What is the NoCache Plug-in?
  8. The NoCache Plug-in is a plug-in for WebSTAR-compatible web servers that will send a file without using the web server's caches.  You should use this to serve files that change frequently if manual cache flushing is not available or desirable.   
  9.  
  10. For instance, if you are saving a webcam image using file sharing or FTP, you'll want to use this plug-in to serve those images.  The no-cache plug-in does not work with aliases.  
  11.  
  12. How to Use
  13. The NoCache plug-in is easy to use.  Just drop it into your plug-in directory and restart your server.  Then add .nocache to any local file reference that you want to serve cache-free.  For instance, change:
  14.       <IMG SRC="images/dynamic.gif">
  15. to
  16.       <IMG SRC="images/dynamic.gif.nocache">
  17.  
  18. Do not change the name of the file to send––the NoCache Plug-In will correctly strip off the .nocache and serve the remaining file name.  For security reasons, only files of type: TEXT, GIFf, JPEG, and MOOV will be served.  The following suffix mappings will occur.
  19.  
  20.             TEXT                text/html
  21.             GIFf             image/gif
  22.             JPEG                image/jpeg
  23.             MOOV                video/quicktime
  24.  
  25. About Caching
  26. WebStar's File information cache keeps track of a file's length and data type.  If the file is modified, especially if the file's length is changed, the cached information can be wrong, causing broken images or other problems on the browser side.  Without the no-cache plug-in, if you change a file, you must flush the cache, or turn both caches off.
  27.  
  28. About Rearden Technology
  29. Rearden Technology specializes in creating fantastic webcam software.  
  30.  
  31. Legalese...
  32. THIS SOFTWARE IS PROVIDED AS-IS.  REARDEN TECHNOLOGY MAKES NO CLAIMS AS TO THE SUITABILITY OF THIS SOFTWARE TO ANY TASK. BY USING THIS UNSUPPORTED SOFTWARE, YOU ASSUME FULL RESPONSIBILITY FOR ANY AND ALL INJURIES, DAMAGES, OR LOSSES RESULTING EITHER DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE.  IF YOU DO NOT UNDERSTAND OR ACCEPT THESE TERMS, OR IF THIS WAIVER OF LIABILITY IS NOT VALID OR CANNOT BE ENFORCED IN YOUR LOCATION, YOU MUST NOT USE THIS SOFTWARE.  
  33.